Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 13, 2022

Bumps future from 0.17.1 to 0.18.2.

Release notes

Sourced from future's releases.

v0.18.2

This is a minor bug-fix release containing a number of fixes:

  • Fix min/max functions with generators, and 'None' default (PR #514)
  • Use BaseException in raise_() (PR #515)
  • Fix builtins.round() for Decimals (Issue #501)
  • Fix raise_from() to prevent failures with immutable classes (PR #518)
  • Make FixInput idempotent (Issue #427)
  • Fix type in newround (PR #521)
  • Support mimetype guessing in urllib2 for Py3.8+ (Issue #508)

Python 3.8 is not yet officially supported.

v0.18.1

This is a minor bug-fix release containing a fix for raise_() when passed an exception that's not an Exception (e.g. BaseException subclasses)

v0.18.0

This is a major bug-fix and feature release, including:

  • Fix collections.abc import for py38+
  • Remove import for isnewbytes() function, reducing CPU cost significantly
  • Fix bug with importing past.translation when importing past which breaks zipped python installations
  • Fix an issue with copyreg import under Py3 that results in unexposed stdlib functionality
  • Export and document types in future.utils
  • Update behavior of newstr.eq() to match str.eq() as per reference docs
  • Fix raising and the raising fixer to handle cases where the syntax is ambigious
  • Allow "default" parameter in min() and max() (Issue #334)
  • Implement hash() in newstr (Issue #454)
  • Future proof some version checks to handle the fact that Py4 won't be a major breaking release
  • Fix urllib.request imports for Python 3.8 compatibility (Issue #447)
  • Fix future import ordering (Issue #445)
  • Fixed bug in fix_division_safe fixture (Issue #434)
  • Do not globally destroy re.ASCII in PY3
  • Fix a bug in email.Message.set_boundary() (Issue #429)
  • Implement format_map() in str
  • Implement readinto() for socket.fp

As well as a number of corrections to a variety of documentation, and updates to test infrastructure.

Commits
  • 01a1d31 Merge pull request #523 from jmadler/master
  • ad57383 Prepare for 0.18.2 release
  • a3e3008 Merge pull request #521 from tpict/fix-round-again
  • a1d6cd3 Fix typo in newround
  • 228a297 Merge pull request #514 from gazpachoking/fix_min_max
  • 615ee1e Merge pull request #519 from Ionaru/fix_input_multiple_runs
  • e783561 Merge pull request #515 from jparise/raise-base-exception
  • 1bbae12 Merge pull request #518 from anikamukherji/immutable-causes
  • ac0b29a Merge pull request #517 from tpict/master
  • d7f20ce Merge pull request #516 from s-t-e-v-e-n-k/python3.8-mime-type
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2022
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.17.1 to 0.18.2.
- [Release notes](https://github.com/PythonCharmers/python-future/releases)
- [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst)
- [Commits](PythonCharmers/python-future@v0.17.1...v0.18.2)

---
updated-dependencies:
- dependency-name: future
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/future-0.18.2 branch from 2f27341 to acb7cde Compare September 13, 2022 03:07
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 13, 2023

Superseded by #57.

@dependabot dependabot bot closed this Jan 13, 2023
@dependabot dependabot bot deleted the dependabot/pip/future-0.18.2 branch January 13, 2023 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants